switch: Remove unused variables from private struct
authorBenjamin Otte <otte@redhat.com>
Mon, 16 Feb 2015 02:24:38 +0000 (03:24 +0100)
committerBenjamin Otte <otte@redhat.com>
Mon, 16 Feb 2015 22:57:03 +0000 (23:57 +0100)
gtk/gtkswitch.c

index 405fb87fb565a7e5d78754e6374ffd5357752565..ad1790d3fc8eff679e36deb23b6827968277fbe0 100644 (file)
@@ -68,8 +68,6 @@ struct _GtkSwitchPrivate
 
   gint handle_x;
   gint offset;
-  gint drag_start;
-  gint drag_threshold;
   gint64 start_time;
   gint64 end_time;
   guint tick_id;